diff --git a/app/Models/Company.php b/app/Models/Company.php deleted file mode 100644 index e6999e9..0000000 --- a/app/Models/Company.php +++ /dev/null @@ -1,34 +0,0 @@ -hasMany(Park::class, 'owner_id'); - } - - public function updateStatistics() - { - // Implementation matching Django's Company.update_statistics() - $this->loadCount('parks'); - $this->save(); - } -} \ No newline at end of file