Update laravel framework from 9 to 11, removed some old packages

This commit is contained in:
2024-07-04 15:03:11 +10:00
parent 1b4504cee2
commit 59dc825bf7
101 changed files with 1656 additions and 4062 deletions

View File

@@ -2,7 +2,6 @@
namespace App\Models;
use Awobaz\Compoships\Compoships;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Arr;
@@ -17,7 +16,7 @@ use App\Traits\SiteID;
*/
class Charge extends Model
{
use Compoships,SiteID;
use SiteID;
protected $casts = [
'attributes' => 'json',