Move models to their own subdirectory
This commit is contained in:
parent
2c5b0f3ab5
commit
2a0d188313
67 changed files with 82 additions and 86 deletions
|
@ -31,7 +31,7 @@ class ActivityStreamTest extends TestCase
|
|||
*/
|
||||
public function test_single_note_returns_as_data()
|
||||
{
|
||||
$note = \App\Note::find(11);
|
||||
$note = \App\Models\Note::find(11);
|
||||
$response = $this->get('/notes/B', ['Accept' => 'application/activity+json']);
|
||||
$response->assertHeader('Content-Type', 'application/activity+json');
|
||||
$response->assertJson([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue