Skip to content

Commit 808cae0

Browse files
committed
fix file spacing
1 parent d5acc62 commit 808cae0

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

app/Controllers/CommentController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace App\Controllers;
43

54
use App\Models\Comment;

app/Controllers/OptionController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace App\Controllers;
43

54
use App\Models\Option;

app/Controllers/UserController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace App\Controllers;
43

54
use App\Models\User;

app/Models/Comment.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace App\Models;
43

54
use TypeRocket\Models\WPComment;

app/Models/Option.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace App\Models;
43

54
use TypeRocket\Models\WPOption;

app/Models/Tag.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace App\Models;
43

54
use TypeRocket\Models\WPTerm;

app/Models/User.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace App\Models;
43

54
use TypeRocket\Models\WPUser;

0 commit comments

Comments
 (0)