Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahiAbdulkabir committed Feb 1, 2024
1 parent 07c907e commit 51e707c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Dynamics/Company/Comments.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\DynamicRelations\Company;
namespace App\Dynamics\Company;

use Closure;
use LaravelEnso\Comments\Models\Comment;
Expand Down
2 changes: 1 addition & 1 deletion app/Dynamics/Company/Discussions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\DynamicRelations\Company;
namespace App\Dynamics\Company;

use Closure;
use LaravelEnso\Companies\Models\Company;
Expand Down
2 changes: 1 addition & 1 deletion app/Dynamics/Company/Documents.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\DynamicRelations\Company;
namespace App\Dynamics\Company;

use Closure;
use LaravelEnso\Companies\Models\Company;
Expand Down

0 comments on commit 51e707c

Please sign in to comment.