Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4026876
D425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D425.diff
View Options
diff --git a/phpspec.yml b/phpspec.yml
--- a/phpspec.yml
+++ b/phpspec.yml
@@ -2,4 +2,4 @@
main:
namespace: AuthGrove
psr4_prefix: AuthGrove
- src_path: app
\ No newline at end of file
+ src_path: app
diff --git a/resources/lang/en/app.php b/resources/lang/en/app.php
--- a/resources/lang/en/app.php
+++ b/resources/lang/en/app.php
@@ -2,4 +2,4 @@
return [
"title" => "Auth Grove",
-];
\ No newline at end of file
+];
diff --git a/resources/lang/en/panel.php b/resources/lang/en/panel.php
--- a/resources/lang/en/panel.php
+++ b/resources/lang/en/panel.php
@@ -14,22 +14,22 @@
///
/// Navigation
///
-
+
'home' => 'Home',
'logout' => 'Logout',
'toggle-navigation' => 'Toggle Navigation',
-
+
///
/// Home - Status
///
-
+
'status' => 'Status',
'loggedin' => "You're logged in.",
-
+
///
/// Home - Account
///
-
+
'account' => 'Account information',
'user-attributes' => [
"id" => "User ID",
@@ -39,5 +39,5 @@
"created_at" => "Account created",
"updated_at" => "Last updated",
],
-
-];
\ No newline at end of file
+
+];
diff --git a/resources/views/emails/master.blade.php b/resources/views/emails/master.blade.php
--- a/resources/views/emails/master.blade.php
+++ b/resources/views/emails/master.blade.php
@@ -5,4 +5,4 @@
@lang('emails.signature-separator')
-@lang('emails.signature')
\ No newline at end of file
+@lang('emails.signature')
diff --git a/storage/app/.gitignore b/storage/app/.gitignore
--- a/storage/app/.gitignore
+++ b/storage/app/.gitignore
@@ -1,2 +1,2 @@
*
-!.gitignore
\ No newline at end of file
+!.gitignore
diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore
--- a/storage/framework/cache/.gitignore
+++ b/storage/framework/cache/.gitignore
@@ -1,2 +1,2 @@
*
-!.gitignore
\ No newline at end of file
+!.gitignore
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 21, 15:41 (11 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2365552
Default Alt Text
D425.diff (1 KB)
Attached To
Mode
D425: Text files end with a newline character
Attached
Detach File
Event Timeline
Log In to Comment