Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
serializable-closure
/
src
/
Contracts
Location:
/home/zoteqbgb/public_html/vendor/laravel/serializable-closure/src/Contracts
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: 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); }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Serializable.php
353 bytes
0644
2024-11-14 23:34
âï¸
ðï¸
Rename
Signer.php
388 bytes
0644
2024-11-14 23:34
âï¸
ðï¸
Rename
Chang
Apply