Skip to content

Commit

Permalink
csf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubKermes committed Apr 17, 2024
1 parent 23722a6 commit f50cd74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/Models/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;

class Rules extends Model
{

protected $table = "rules_for_cities";
protected $fillable = [
"city_id",
Expand Down
1 change: 0 additions & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Http\Controllers\CityProviderController;
use App\Http\Controllers\RulesController;

use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;
Expand Down

0 comments on commit f50cd74

Please sign in to comment.