Skip to content

Commit

Permalink
moving models to Models/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ss1m committed Oct 28, 2024
1 parent 91e6da9 commit ff91826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commune.php → src/Models/Commune.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Kossa\AlgerianCities;
namespace Kossa\AlgerianCities\Models;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\DB;
Expand Down
2 changes: 1 addition & 1 deletion src/Wilaya.php → src/Models/Wilaya.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Kossa\AlgerianCities;
namespace Kossa\AlgerianCities\Models;

use Illuminate\Database\Eloquent\Model;

Expand Down

0 comments on commit ff91826

Please sign in to comment.