Skip to content

Commit

Permalink
Replace class name strings to static class names
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Mar 5, 2022
1 parent 87403a8 commit a04c190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
class Settings extends Model
{
public $implement = ['System\Actions\SettingsModel'];
public $implement = [\System\Actions\SettingsModel::class];

// A unique code
public $settingsCode = 'igniter_socialite_settings';
Expand Down

0 comments on commit a04c190

Please sign in to comment.