Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
performance-booster
/
vendor
/
laravel
/
serializable-closure
/
src
/
Support
/
File Content:
SelfReference.php
<?php namespace PerformanceBooster\Laravel\SerializableClosure\Support; class SelfReference { /** * The unique hash representing the object. * * @var string */ public $hash; /** * Creates a new self reference instance. * * @param string $hash * @return void */ public function __construct($hash) { $this->hash = $hash; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
ClosureScope.php
395 bytes
0644
ClosureStream.php
3635 bytes
0644
ReflectionClosure.php
44512 bytes
0644
SelfReference.php
404 bytes
0644
N4ST4R_ID | Naxtarrr