Open cedlinx opened 2 years ago
It is important to note the addition of: use App\Models\User in the modified file... This may not be compatible with earlier versions of Laravel. Is there a way to conditionally use App\Models\User OR App\User depending on the version?
use App\Models\User
It is important to note the addition of:
use App\Models\User
in the modified file... This may not be compatible with earlier versions of Laravel. Is there a way to conditionally use App\Models\User OR App\User depending on the version?