mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-09 16:33:56 +09:00
Update to laravel 7
This commit is contained in:
@@ -33,7 +33,6 @@ class FactoryClass
|
||||
$this->methods = array();
|
||||
foreach ($this->getPublicStaticMethods() as $method) {
|
||||
if ($method->isFactory()) {
|
||||
// echo $this->getName() . '::' . $method->getName() . ' : ' . count($method->getCalls()) . PHP_EOL;
|
||||
$this->methods[] = $method;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user