v0.0.2 You can now make post and store it in the database.
This commit is contained in:
Vendored
+2
-1
@@ -148,12 +148,13 @@ class ComposerStaticInitc851e149abcb24897d1e18cb056786d5
|
||||
|
||||
public static $classMap = array (
|
||||
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
||||
'Backend\\Model\\Post' => __DIR__ . '/../..' . '/Backend/Model/Post.php',
|
||||
'Backend\\Model\\User' => __DIR__ . '/../..' . '/Backend/Model/User.php',
|
||||
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
||||
'JsonException' => __DIR__ . '/..' . '/symfony/polyfill-php73/Resources/stubs/JsonException.php',
|
||||
'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
|
||||
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
|
||||
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
|
||||
'User' => __DIR__ . '/../..' . '/Backend/model/User.php',
|
||||
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user