????
Current Path : /home/thenclexdoctor.com/public_html/vendor/laravel/serializable-closure/src/Contracts/ |
Current File : /home/thenclexdoctor.com/public_html/vendor/laravel/serializable-closure/src/Contracts/Signer.php |
<?php namespace Laravel\SerializableClosure\Contracts; interface Signer { /** * Sign the given serializable. * * @param string $serializable * @return array */ public function sign($serializable); /** * Verify the given signature. * * @param array $signature * @return bool */ public function verify($signature); }
Sorry, this page is not available...