Closed haptork closed 8 years ago
This is confusing laravel autoloader. It loaded Beneficiary class from this file instead from "Beneficieary.php" and the calls to methods was resulting in BadMethodCallException. p.s. The autoloader can be refreshed with composer dumpautoload.
composer dumpautoload
Done. Thanks
This is confusing laravel autoloader. It loaded Beneficiary class from this file instead from "Beneficieary.php" and the calls to methods was resulting in BadMethodCallException. p.s. The autoloader can be refreshed with
composer dumpautoload
.