Page MenuHomeDevCentral

D425.id1035.diff
No OneTemporary

D425.id1035.diff

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

Mime Type
text/plain
Expires
Mon, Oct 7, 15:44 (22 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2180591
Default Alt Text
D425.id1035.diff (1 KB)

Event Timeline