Closed akurtz closed 10 years ago
Laravel 5.0 made a breaking change by moving all contracts to Illuminate\Contracts, so Notification now causes FatalErrorException: Interface 'Illuminate\Support\Contracts\XYZInterface' not found.
FatalErrorException: Interface 'Illuminate\Support\Contracts\XYZInterface' not found
Just a quick note that Laravel 4.3 was recently relabeled 5.0.
Laravel 5.0 made a breaking change by moving all contracts to Illuminate\Contracts, so Notification now causes
FatalErrorException: Interface 'Illuminate\Support\Contracts\XYZInterface' not found
.