Move models to their own subdirectory
This commit is contained in:
parent
2c5b0f3ab5
commit
2a0d188313
67 changed files with 82 additions and 86 deletions
|
@ -4,8 +4,8 @@ namespace App\Jobs;
|
|||
|
||||
use Mf2;
|
||||
use GuzzleHttp\Client;
|
||||
use App\{Note, WebMention};
|
||||
use Illuminate\Bus\Queueable;
|
||||
use App\Models\{Note, WebMention};
|
||||
use Jonnybarnes\WebmentionsParser\Parser;
|
||||
use GuzzleHttp\Exception\RequestException;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue