mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
New lines at end of file [skip ci]
This commit is contained in:
@@ -21,4 +21,4 @@ class DateKit extends Facade
|
||||
return 'datekit';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ class FFForm extends Facade
|
||||
return 'ffform';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ class Filter extends Facade
|
||||
return 'filter';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ class Navigation extends Facade
|
||||
return 'navigation';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ class Reminders extends Facade
|
||||
return 'reminders';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ class Steam extends Facade
|
||||
return 'steam';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,4 +87,4 @@ class Registration implements RegistrationInterface
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ interface RegistrationInterface
|
||||
*/
|
||||
public function sendVerificationMail(\User $user);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,4 +51,4 @@ class Preferences implements PreferencesInterface
|
||||
return $pref;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ interface PreferencesInterface
|
||||
*/
|
||||
public function set($name, $value);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -266,4 +266,4 @@ class Filter
|
||||
|
||||
return $date;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ class Form
|
||||
|
||||
return $selectList;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,4 +66,4 @@ class Navigation
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -98,4 +98,4 @@ class Reminders
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,4 +59,4 @@ class Steam
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ class FireflyValidator extends Validator
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ class ValidationServiceProvider extends ServiceProvider
|
||||
public function register()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user